home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 December
/
2004-12 CHIP.iso
/
Internet
/
The Bat! Professional 3.01
/
thebat_professional.msi
/
Data1.cab
/
thebat.exe
/
0
/
RCDATA
/
TNEWIMAPFLD
/
TNEWIMAPFLD.txt
Wrap
Text File
|
2004-10-12
|
2KB
|
84 lines
object NewImapFld: TNewImapFld
Left = 242
Top = 342
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Create an IMAP folder'
ClientHeight = 186
ClientWidth = 381
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnClose = FormClose
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 16
Top = 16
Width = 31
Height = 13
Caption = '&Name:'
FocusControl = eName
end
object eName: TEdit
Left = 16
Top = 32
Width = 345
Height = 21
TabOrder = 0
end
object bOK: TButton
Left = 136
Top = 152
Width = 105
Height = 25
Caption = '&OK'
Default = True
ModalResult = 1
TabOrder = 4
end
object cbParent: TComboBox
Left = 32
Top = 112
Width = 329
Height = 21
Style = csDropDownList
Enabled = False
ItemHeight = 13
TabOrder = 3
end
object bCancel: TButton
Left = 256
Top = 152
Width = 105
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 5
end
object rbRoot: TRadioButton
Left = 16
Top = 64
Width = 345
Height = 17
Caption = 'Create at the root level'
TabOrder = 1
OnClick = rbSubClick
end
object rbSub: TRadioButton
Left = 16
Top = 88
Width = 345
Height = 17
Caption = 'Create as a sub-folder of'
TabOrder = 2
OnClick = rbSubClick
end
end